AuthenticationData

sealed class AuthenticationData

Different types of authentication data.

Inheritors

Types

Link copied to clipboard
data class Jwt(val token: String, val userIdentifier: String) : AuthenticationData

Authentication using JWT (JSON Web Token).